return name;
while (components--)
{
- sprintf (p, (*component)->instance.name);
+ sprintf (p, "%s", (*component)->instance.name);
p += strlen ((*component)->instance.name);
component++;
}
--- /dev/null
+Add -dbg package
--- /dev/null
+babl (0.0.22-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "FTBFS: babl-model.c:49:7: error: format not a string literal
+ and no format arguments [-Werror=format-security]": add patch from Bart
+ Martens (closes: #643356).
+
+ -- gregor herrmann <gregoa@debian.org> Sat, 15 Oct 2011 15:39:05 +0200
+
+babl (0.0.22-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Ross Burton <ross@debian.org> Mon, 16 Jun 2008 11:32:54 +0100
+
+babl (0.0.20-1) unstable; urgency=low
+
+ * First upload to Debian (Closes: #451250)
+ * Initially based on packaging by Étienne Bersac <bersace03@laposte.net>.
+
+ -- Ross Burton <ross@debian.org> Thu, 28 Feb 2008 08:41:14 +0000
--- /dev/null
+Source: babl
+Section: libs
+Priority: optional
+Maintainer: Ross Burton <ross@debian.org>
+Build-Depends: debhelper (>= 5), cdbs, autotools-dev
+Standards-Version: 3.7.3
+
+Package: libbabl-0.0-0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Dynamic, any to any, pixel format conversion library
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+
+Package: libbabl-0.0-0-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libbabl-0.0-0 (= ${binary:Version})
+Description: Dynamic, any to any, pixel format conversion library (development files)
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+ .
+ This package contains the development files.
+
+Package: libbabl-0.0-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Dynamic, any to any, pixel format conversion library (documentation)
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+ .
+ This package contains the API documentation.
--- /dev/null
+This package was originally debianized by Étienne Bersac <bersace03@laposte.net>
+on Tue, 20 Mar 2007 11:33:29 +0100.
+
+It was downloaded from http://www.gegl.org/babl
+
+Upstream Author: Øyvind Kolås <pippin@gimp.org>
+
+Copyright: Copyright (C) 2005, Øyvind Kolås.
+
+License:
+
+ This library is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the Free
+ Software Foundation; either version 3 of the License, or (at your option) any
+ later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ details.
+
+ You should have received a copy of the GNU Lesser General Public License along
+ with this library; if not, write to the Free Software Foundation, Inc., 51
+ Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public
+License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is (C) 2007, Étienne Bersac <bersace03@laposte.net> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- /dev/null
+debian/tmp/usr/include/
+debian/tmp/usr/lib/libbabl*.so
+debian/tmp/usr/lib/pkgconfig/
--- /dev/null
+debian/tmp/usr/lib/babl-*/
+debian/tmp/usr/lib/libbabl*.so.*
--- /dev/null
+docs/index.html
+docs/Babl*.html
+docs/babl.css
+docs/graphics/
--- /dev/null
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+export LDFLAGS += -Wl,--as-needed
+
+binary-install/libbabl-0.0-doc::
+ rm -f debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/graphics/Makefile*
+
+common-binary-predeb-arch:: list-missing